reftests: Fix window-height-for-width test
authorBenjamin Otte <otte@redhat.com>
Wed, 27 Mar 2019 02:55:18 +0000 (03:55 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
The dialog's vbox internal child is now called content_area

testsuite/reftests/window-height-for-width.ref.ui
testsuite/reftests/window-height-for-width.ui

index 70e3ff1fc507a47d2b8d217f447262780a8992c2..f6647049afdc25a89bc5aec687bb4e16d7d847a6 100644 (file)
@@ -7,7 +7,7 @@
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="use_header_bar">1</property>
-    <child internal-child="vbox">
+    <child internal-child="content_area">
       <object class="GtkBox" id="dialog-vbox2">
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
index ea273bca85e4cba962c357dec9991b38dde12812..4200e2e6edd44c97988936f3e4ab50038bfd2400 100644 (file)
@@ -7,7 +7,7 @@
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="use_header_bar">1</property>
-    <child internal-child="vbox">
+    <child internal-child="content_area">
       <object class="GtkBox" id="dialog-vbox2">
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>